home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMELSE / TFRMELSE.txt
Encoding:
Text File  |  2003-01-14  |  1.3 KB  |  59 lines

  1. inherited frmElse: TfrmElse
  2.   HelpContext = 23
  3.   OldCreateOrder = True
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited pnlTop: TPanel
  7.     inherited lblCommandName: TLabel
  8.       Caption = ''
  9.     end
  10.     inherited lblActionDesc: TLabel
  11.       Caption = 
  12.         'Use this action to perform an action if an If statement in an If' +
  13.         ' block evaluates to FALSE.'
  14.     end
  15.   end
  16.   inherited pnlCenter: TPanel
  17.     inherited pgcControlPage: TPageControl
  18.       inherited tbsAM5Main: TTabSheet
  19.         object lblNoParams: TLabel
  20.           Left = 4
  21.           Top = 16
  22.           Width = 148
  23.           Height = 13
  24.           Caption = 'This action has no parameters.'
  25.         end
  26.       end
  27.     end
  28.   end
  29.   inherited dxSIBarManager: TdxBarManager
  30.     Categories.ItemsVisibles = (
  31.       2)
  32.     Categories.Visibles = (
  33.       True)
  34.     PopupMenuLinks = <
  35.       item
  36.         Control = lsvAM5Errors
  37.         PopupMenu = dxCheckPopup
  38.       end>
  39.     DockControlHeights = (
  40.       0
  41.       0
  42.       0
  43.       0)
  44.   end
  45.   inherited dxCheckPopup: TdxBarPopupMenu
  46.     ItemLinks = <
  47.       item
  48.         Item = itmCheckAllErrors
  49.         UserGlyph.Data = {00000000}
  50.         Visible = True
  51.       end
  52.       item
  53.         Item = itmCheckNoErrors
  54.         UserGlyph.Data = {00000000}
  55.         Visible = True
  56.       end>
  57.   end
  58. end
  59.